home *** CD-ROM | disk | FTP | other *** search
/ The CICA Windows Explosion! / The CICA Windows Explosion! - Disc 1.iso / util / rtimr140.zip / README.TXT next >
Text File  |  1995-04-23  |  4KB  |  111 lines

  1. RTimer - A Windows 3.1 Task Scheduler
  2. ver. 1.4
  3.  
  4. ⌐1992-94 Robin Scher - RSoft
  5.  
  6. ***UNREGISTERED VERSION***
  7.  
  8. OVERVIEW
  9.  
  10. This program will execute tasks for you at specific times. The tasks
  11. can be 
  12.     - Executing a program in either the foreground or minimized
  13.     - Opening a specific file in an application
  14.     - Printing a specific file
  15.     - Displaying a message
  16.  
  17. For full instructions, see the help file that comes with the program.
  18.  
  19. Please note that testing has been done, but there may still be a few 
  20. bugs for you to find. If you have any comments, please send them to
  21. me at:
  22.  
  23.     Robin Scher
  24.     Reed College box 1189
  25.     Portland, OR  97202
  26.  
  27.     rscher@reed.edu
  28.  
  29. This unregistered version will stop functioning after December 31, 1994.
  30.  
  31. INSTALLATION
  32.  
  33. To install RTimer, place the executable and help file in a directory
  34. together. Execute the RTIMER.EXE file.
  35.  
  36. To make RTimer load with Windows, you can either put it in your
  37. Startup group, or use the RTimer options box to add it to your
  38. WIN.INI.
  39.  
  40. RTimer will create a file called "RTIMER.INI" in your Windows
  41. directory. This file contains all of RTimer's settings and the list 
  42. of tasks to be executed. Although you can modify this file yourself,
  43. it would probably not be a good idea. Use the task editor in RTimer
  44. to add, edit, or delete tasks.
  45.  
  46. For further instructions and help, see the RTimer Help file.
  47.  
  48. REGISTRATION
  49.  
  50. RTimer is Shareware! Please register your copy. For registering, you
  51. will get a copy that wont die on after 1994. You will also get
  52. upgrades and bug fixes. Registering Shareware allows the little guys,
  53. like myself, to keep writing cool programs than can be obtained for
  54. very little money. Besides, I've done it, so can you.
  55.  
  56. For registration information, see Registration in the help file, or
  57. contact me by email.
  58.  
  59. No guarantee is given with this program. If there are any problems,
  60. please contact me.
  61.  
  62. KNOWN BUGS
  63.  
  64. While a DOS session is active, RTimer will not catch-up. This means
  65. that if you have DOS full screen, and then make it into a window,
  66. you need to not use any DOS window or program until RTimer is caught
  67. up. Still haven't figured out where the full screen DOS info is kept,
  68. so if anyone out there has a clue, drop me a line!
  69.  
  70. Windows' built in screen saver will not turn on if RTimer has the
  71. time in the caption. This (I believe) is a bug of Windows. It is due
  72. to the fact that a SetWindowText call makes it think the user has
  73. done something. Don't ask me why. After Dark handles it just fine,
  74. so go figure....
  75.  
  76. REVISIONS
  77.  
  78. 1.4    Moved to from Borland to Microsoft
  79.     Added startup and shutdown for fun
  80.  
  81. 1.3c    Prints cannot be killed
  82.     Fixed killing icons
  83.     Added DOS program checking
  84.  
  85. 1.3b    Deletes one time tasks from list before execting them
  86.  
  87. 1.3a    Fixed sound related bugs
  88.     Added option to turn off catching up
  89.  
  90. 1.3    Added catching up feature
  91.     Added task killing feature
  92.     Fixed bug that didn't allow events to run multiple times in
  93.         one session
  94.     Uses Windows standard time format from Control Panel
  95.     Uses Control Panel to select notification sound
  96.     Changed internal time-keeping
  97.     Got rid of "Read Only" check box in Browse dialog box
  98.  
  99. 1.2    Activates previously active window
  100.     Fixed AM/PM switching bug
  101.  
  102. 1.1a    Fixed erase One Time messages twice bug
  103.     Fixed -1 month bug
  104.     Fixed About... bug
  105.     Fixed other minor details
  106.  
  107. 1.1    Enhanced keyboard interface
  108.     Changed Listbox procedure
  109.     Added Print option
  110.  
  111. 1.0    First fully functional version.